projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79b96ef
)
(shadow-noquery): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:23:52 +0000
(09:23 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:23:52 +0000
(09:23 +0000)
lisp/shadowfile.el
patch
|
blob
|
history
diff --git
a/lisp/shadowfile.el
b/lisp/shadowfile.el
index c55d91c3eceb48d03fcf392d3c936a83d2bc5476..10ba6cdff54a90618941d3c0a6dbd983c2302112 100644
(file)
--- a/
lisp/shadowfile.el
+++ b/
lisp/shadowfile.el
@@
-92,7
+92,7
@@
"*If t, always copy shadow files without asking.
If nil \(the default), always ask. If not nil and not t, ask only if there
is no buffer currently visiting the file."
- :type '(choice (const t) (const nil) (
const
:tag "Ask if no buffer" maybe))
+ :type '(choice (const t) (const nil) (
other
:tag "Ask if no buffer" maybe))
:group 'shadow)
(defcustom shadow-inhibit-message nil